Visual Basic (Declaration) | |
---|---|
Public Overloads Sub DataBindXY( _ ByVal xValues() As System.Object, _ ByVal ParamArray yValues() As System.Double _ ) |
Parameters
- xValues
- Specifies the array of X values of the DataPoint object added to the collection.
- yValues
- Specifies the array of Y values of the DataPoint object added to the collection.